autogen.sh: Use set -e
authorColin Walters <walters@verbum.org>
Mon, 24 Sep 2012 12:30:07 +0000 (08:30 -0400)
committerColin Walters <walters@verbum.org>
Mon, 24 Sep 2012 12:30:54 +0000 (08:30 -0400)
Otherwise we blindly continue if autoreconf fails, which is pretty
damn lame.

autogen.sh

index 00281da05787b3de2ffe38f74b0c2498afc1578e..75a16b685a4abc6899c26bc54ecec24c30646451 100755 (executable)
@@ -12,6 +12,8 @@ if test -z $AUTORECONF; then
         exit 1
 fi
 
+set -e
+
 mkdir -p m4
 
 # Fetch submodules if needed